@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
address,caption,cite,code,dfn,em,th,var,i,b{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; border:none;}
input,button{overflow: visible;vertical-align:middle;outline:none}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur())}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none} 
input[type="submit"],input[type="button"]{ cursor:pointer;}
img{border:0;vertical-align:middle;}
a img,img{-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor: pointer; color:#999}
a:hover{text-decoration:none}
button,input[type=submit],input[type=reset],input[type=text],input[type=button],select,textarea{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:0;blr:expression(this.onFocus=this.blur());border: none;}
body,th,td,button,input,select,textarea{  font-family:Arial, "微软雅黑"; font-size:12px;color:#666;}
.layout{ margin:0 auto; width: 1200px;}
.l,.left,.fl{ float:left}
.r,.right,.fr{ float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.clearfix{*zoom:1}
body{ min-width:1200px; overflow:auto;}

/*slick*/
.slick-slider{position: relative;outline: none;display: block; -moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left;outline: 0 none;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-arrow.slick-hidden { display: none;}
.slick-dots { position: absolute; bottom: -45px; left: 0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; padding: 0px; cursor: pointer; }
.slick-dots button{display: none;}
/*slick*/
.lazybg{
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
}
img{
	width: 100%;
}
.pich{
	overflow: hidden;
}
.pich img{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.pich:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.header{
	background: #FFFFFF;
	position: relative;
	z-index: 9;
}
.htop{
	background: #333333;
	line-height: 40px;
}
.hotline{
	float: left;
	font-size: 12px;
	color: #aaaaaa;
}
.lan{
	float: right;
	margin-top: 8px;
	position: relative;
	width: 80px;
	height: 25px;
	text-align: center;
	z-index: 9;
}
.lan span{
	display: block;
	border: 1px #aaaaaa solid;
	font-size: 12px;
	color: #AAAAAA;
	background: #444444;
	line-height: 23px;
}
.lan span em{
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	background: url(../images/arw1.png) right center no-repeat;
}
.lan ul{
	position: absolute;
	left: 0;
	top: 24px;
	background: #444444;
	text-align: center;
	border: 1px #aaaaaa solid;
	width: 78px;
	line-height: 23px;
	padding: 5px 0;
	display: none;
}
.lan ul li a{
	display: block;
	color: #AAAAAA;
	text-transform: uppercase;
}
.lan ul li:hover a{
	color: #FFFFFF;
}
.other{
	float: right;
	margin-top: 7px;
	margin-right: 18px;
}
.other li{
	float: left;
	margin-right: 5px;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.other li a{
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/ic1.png) no-repeat;
}
.other li:hover{
	 margin-top: -3px;
}
.other li:hover a{
	background-image: url(../images/ic2.png);
}
.other li a.a1{
	background-position-x: 0;
}
.other li a.a2{
	background-position-x: -26px;
}
.other li a.a3{
	background-position-x: -52px;
}
.other li a.a4{
	background-position-x: -78px;
}
.logo{
	float: left;
	width: 70px;
	height: 70px;
	background: url(../images/logo.jpg) no-repeat;
	background-size: contain;
	margin: 5px 0 5px 0;
}
.menu{
	float: right;
}
.menu li{
	float: left;
	font-size: 14px;
	position: relative;
	width: 116px;
	text-align: center;
}
.menu li p{
	background: url(../images/l1.jpg) right center no-repeat;
}
.menu li p a{
	color: #333333;
	display: inline-block;
	vertical-align: top;
	line-height: 75px;
	position: relative;
}
.menu li.last p{
	background: none;
	padding-right: 0;
}
.menu li:hover p a,
.menu li.on p a{
	color: #E92828;
}
.menu li:hover p a:before,
.menu li.on p a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e92828;
	left: 0;
	bottom: 0;
}
.menubg{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	background: #e8e8e8;
	height: 40px;
	display: none;
}
.submenu{
	position: absolute;
	width: 116px;
	z-index: 9;
	display: none;
}
.submenu dd{
	float: left;
	line-height: 50px;
	margin: 0 15px;
}
.submenu dd a{
	font-size: 14px;
	color: #000000;
}
.submenu dd.on a, .submenu dd a:hover{
	color: #E92828;
}
.banner .slick-dots{
	bottom: 20px;
	height: 2px;
}
.banner .slick-dots li{
	vertical-align: top;
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	margin: 0 5px;
}
.banner .slick-dots li.slick-active{
	background: #E92828;
}
.title{
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
}
.title em{
	display: block;
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	line-height: 22px;
}
.index_1{
	padding-top: 55px;
	padding-bottom: 70px;
}
.index_1 .con{
	padding-top: 60px;
}
.index_1 .box{
	position: relative;
	overflow: hidden;
}
.index_1 .box img{
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.index_1 .box:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.index_1 .box .w{
	position: absolute;
	width: 275px;
}
.index_1 .box .w h3{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_1 .box .w p{
	font-size: 14px;
	color: #DDDDDD;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.lookmore{
	display: block;
	font-size: 14px;
	color: #CCCCCC;
	width: 128px;
	height: 28px;
	position: relative;
	border: 1px #cccccc solid;
	text-align: center;
	line-height: 28px;
	margin-top: 7px;
}
.lookmore span{
	position: relative;
	z-index: 2;
}
.lookmore:hover{
	color: #FFFFFF;
	border-color: #E92828;
}
.lookmore:before{
	content: '';
	background: #E92828;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.lookmore:hover:before{
	width: 100%;
}
.index_1 .fl{
	width: 500px;
}
.index_1 .fr{
	width: 697px;
}
.index_1 .box1{
	height: 340px;
}
.index_1 .box1 .w{
	bottom: 16px;
	right: 25px;
}
.index_1 .box2{
	height: 250px;
	margin-top: 3px;
}
.index_1 .box2 .w{
	bottom: 53px;
	left: 50px;
}
.index_1 .box3{
	height: 250px;
}
.index_1 .box3 .w{
	right: 40px;
	bottom: 56px;
}
.index_1 .box3 .w h3{
	color: #333333;
}
.index_1 .box3 .w p{
	color: #999999;
}
.index_1 .box3 .lookmore{
	color: #999999;
	border-color: #999999;
}
.index_1 .box3 .lookmore:hover{
	border-color: #E92828;
	color: #FFFFFF;
}
.index_1 .box4{
	height: 340px;
	margin-top: 3px;
}
.index_1 .box4 .w{
	left: 40px;
	top: 40px;
}
.index_2{
	background: url(../images/bg1.jpg) center top no-repeat;
	padding-top: 104px;
}
.index_2 .con{
	padding: 92px 0 40px 40px;
	position: relative;
}
.index_2 .pich{
	float: left;
	width: 420px;
	height: 350px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	z-index: 2;
}
.index_2 .redbg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 460px;
	height: 350px;
	background: #E92828;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.index_2 .w{
	float: right;
	width: 585px;
	height: 350px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	background: rgba(255,255,255,.8);
	padding: 0 85px 0 70px;
	line-height: 350px;
}
.wdis{
	display: inline-block;
	vertical-align: middle;
	width: 350px;
}
.index_2 .w h3{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_2 .w p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	max-height: 104px;
	overflow: hidden;
	margin-top: 23px;
}
.index_2 .w .lookmore{
	margin-top: 34px;
}
.index_3{
	padding-top: 60px;
	padding-bottom: 88px;
}
.twopic{
	margin-top: 45px;
	padding-bottom: 34px;
}
.twopic .box{
	border: 1px #eeeeee solid;
	padding-left: 40px;
	height: 238px;
	line-height: 238px;
	width: 543px;
}
.twopic .w{
	float: left;
	width: 330px;
}
.twopic .w h3{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.twopic .w h4{
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	margin-top: 10px;
}
.twopic .w p{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin-top: 20px;
}
.twopic .w .lookmore{
	margin-top: 18px;
}
.twopic .pich{
	float: right;
	width: 180px;
	height: 238px;
}
.twopic .slick-dots{
	bottom: 0;
	height: 10px;
}
.twopic .slick-dots li{
	width: 8px;
	height: 8px;
	vertical-align: top;
	border: 1px #E92828 solid;
	margin: 0 2.5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.twopic .slick-dots li.slick-active{
	background: #E92828;
}
.foot{
	background: #2c3035;
}
.links{
	background: #212427;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 0;
}
.links span{
	float: left;
	color: #FFFFFF;
}
.links a{
	float: left;
	color: #CCCCCC;
	margin-right: 10px;
}
.links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.fmid{
	width: 1200px;
	margin: 0 auto;
	padding-top: 34px;
	padding-bottom: 30px;
}
.fmenu{
	width: 822px;
	margin: 0 auto;
	background: url(../images/l2.jpg) center 31px no-repeat;
}
.fmenu li{
	float: left;
	width: 137px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}
.fmenu li a{
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	padding-bottom: 15px;
	background: url(../images/d1.png) center bottom no-repeat;
}
.fmenu li a:hover{
	color: #E92828;
}
.fmidcon{
	padding-top: 40px;
}
.fmidcon .ewm{
	float: left;
	width: 100px;
	text-align: center;
}
.fmidcon .ewm p{
	font-size: 12px;
	color: #CCCCCC;
	line-height: 20px;
}
.fmidcon .cu{
	float: left;
	width: 273px;
	margin-left: 21px;
}
.fmidcon .cu li{
	float: left;
	width: 90px;
	margin-right: 1px;
}
.fmidcon .cu li a{
	display: block;
	height: 70px;
	background: url(../images/ic3.png) no-repeat #393e44;
}
.fmidcon .cu li a.a1{
	background-position-x: 0;
}
.fmidcon .cu li a.a2{
	background-position-x: -90px;
}
.fmidcon .cu li a.a3{
	background-position-x: -180px;
}
.fmidcon .cu li a:hover{
	background-color: #E92828;
}
.fmidcon .cu p{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 8px;
}
.fmidcon .cu p em{
	display: block;
	font-size: 24px;
	line-height: 26px;
}
.fmidcon dl{
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	max-width: 500px;
}
.fmidcon dd{
	padding-left: 30px;
	background: left 5.5px no-repeat;
}
.fmidcon dd.dd1{
	background-image: url(../images/ic4.png);
}
.fmidcon dd.dd2{
	background-image: url(../images/ic5.png);
}
.fmidcon dd.dd3{
	background-image: url(../images/ic6.png);
}
.fmidcon dd.dd4{
	background-image: url(../images/ic7.png);
}
.copyright{
	font-size: 12px;
	color: #666666;
	border-top: 1px #212427 solid;
	line-height: 30px;
	padding: 10px 0;
}
.copyright a{
	float: right;
	color: #666666;
}
.copyright span{
	max-width: 800px;
}
.copyright span img{
	width: 50px;
	margin-left: 5px;
}
.copyright a:hover{
	color: #FFFFFF;
}
.inbanner{
	height: 320px;
	background: center no-repeat;
}
.nav{
	padding: 20px 0;
}
.nav li{
	float: left;
	font-size: 16px;
	line-height: 35px;
	margin-right: 40px;
}
.nav li a{
	color: #666666;
}
.nav li a:hover,
.nav li.on a{
	color: #E92828;
}
.main{
	background: #f5f5f5;
	padding-bottom: 80px;
}
.pro_list{margin-left: -22px;}
.pro_list li{
	width: 385px;
	float: left;
	margin-left: 22px;
	margin-top: 25px;
	height: 515px;
}
.pro_list li a{
	background: #FFFFFF;
	display: block;
	height: 515px;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pro_list li:hover a{
	margin-top: -5px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.pro_list li .pich{
	height: 385px;
}
.pro_list li .w{
	line-height: 130px;
	padding: 0 20px;
	text-align: center;
}
.pro_list li h3{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_list li p{
	font-size: 12px;
	color: #999999;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_list li span{
	display: block;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
}
.pro_list li:hover h3,
.pro_list li:hover span{
	color: #E92828;
}
.pro_list li.nm{
	margin-right: 0;
}
.page{
	text-align: center;
	padding-top: 70px;
}
.page .dis{
	display: inline-block;
	vertical-align: top;
}
.page a{
	float: left;
	font-size: 14px;
	color: #666666;
	padding: 0 15px;
	line-height: 35px;
	margin: 0 2.5px;
	background: #CCCCCC;
}
.page a:hover,
.page a.on{
	color: #FFFFFF;
	background: #E92828;
}
.blank20{
	height: 20px;
}
.pro_det1{
	background: #FFFFFF;
	padding: 25px 95px 25px 25px;
}
.photo_box{
	float: left;
	width: 500px;
}
.photo_box .s_img {
	float: right;
	width: 80px;
}
.photo_box .s_img .prev,
.photo_box .s_img .next{
	width: 24px;
	height: 15px;
	background: url(../images/arw2.png) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	text-decoration: none;
	cursor: pointer;
	margin-left: 28px;
}
.photo_box .s_img .next{
	background-position-x: -24px;
}
.photo_box .s_img .prev:hover{
	background-position-y: -15px;
}
.photo_box .s_img .next:hover{
	background-position: -24px -15px;
}
.photo_box .list_img {
	width: 80px;
	height: 360px;
	overflow: hidden;
	margin-top: 10px;
}
.photo_box .list_img li{
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
.photo_box .list_img li img {
	height: 78px;
	width: 78px;
	border: 1px #eeeeee solid;
}
.photo_box .list_img li img.hover {
	border: 2px #e92828 solid;
	width: 76px;
	height: 76px;
}
.photo_box .b_img{
	float: left;
	width: 398px;
	height: 398px;
	border: 1px #EEEEEE solid;
}
.photo_box .b_img img {
	width: 398px;
	height: 398px;
}
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
}
.jqzoom img {
	float: left;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #09d;
	display: none;
	text-align: center;
	overflow: hidden;
}
.bigimg {
	width: 800px;
	height: 600px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #c4c4c4 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: crosshair;
}
.pro_det1 .w{
	float: right;
	width: 520px;
}
.pro_det1 .w h3{
	font-size: 20px;
	color: #333333;
	line-height: 34px;
	min-height: 102px;
}
.pro_det1 .w h4{
	font-size: 36px;
	color: #E92828;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
}
.pro_det1 .w h4 em{
	font-size: 16px;
}
.pro_det1 .w .btn{
	margin-top: 47px;
	border-top: 1px #CCCCCC solid;
	padding-top: 60px;
}
.pro_det1 .w .btn a{
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #E92828;
}
.pro_det2{
	padding-top: 20px;
}
.pro_det2 .fl{
	width: 900px;
}
.pro_det2 .piclist{
	background: #FFFFFF;
	/*padding: 60px 75px 20px;*/
}
.share_box{
	text-align: right;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding-top: 10px;
}
.share_box a{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.share_box a.bds_sqq{background: url(../images/ic8.png) no-repeat center !important;}
.share_box a.bds_weixin{background: url(../images/ic9.png) no-repeat center !important;}
.share_box a.bds_tsina{background: url(../images/ic10.png) no-repeat center !important;}
.share_box img{
	vertical-align: top;
}
.page2{
	margin-top: 20px;
	padding: 25px 30px 25px 20px;
	background: #FFFFFF;
}
.page2 ul{
	float: left;
	width: 625px;
}
.page2 ul li{
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page2 ul li a{
	color: #666666;
}
.page2 ul li a:hover{
	color: #E92828;
}
.page2 ul li i{
	display: inline-block;
	vertical-align: top;
	width: 60px;
}
.page2 .back{
	float: right;
	width: 143px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border: 1px #EEEEEE solid;
	font-size: 14px;
	color: #999999;
	margin-top: 6px;
	border-radius: 33px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	-ms-border-radius: 33px;
	-o-border-radius: 33px;
}
.page2 .back:hover{
	color: #E92828;
	border-color: #E92828;
}
.pro_det2 .fr{
	width: 280px;
}
.pro_det2 .fr .tit{
	color: #E92828;
	background: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
}
.pro_det2 .fr li{
	width: 278px;
	height: 278px;
	border: 1px #EEEEEE solid;
	overflow: hidden;
	margin-top: 20px;
}
.pro_det2 .fr li img{
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pro_det2 .fr li:hover{
	border-color: #E92828;
}
.pro_det2 .fr li:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.lnav{
	float: left;
	width: 280px;
	background: #E92828;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 45px;
}
.lnav .tit{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 48px;
}
.lnav ul{
	padding-top: 20px;
}
.lnav li{
	font-size: 16px;
	line-height: 48px;
}
.lnav li a{
	display: block;
	padding-left: 64px;
	color: #FFFFFF;
	padding-right: 10px;
}
.lnav li i{
	display: block;
	padding-left: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.lnav li i:before{
	content: '';
	width: 5px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5px;
}
.lnav li a:hover{
	text-decoration: underline;
}
.main_r{
	float: right;
	width: 860px;
	margin-top: 20px;
}
.main_r .tit{
	font-size: 20px;
	color: #E92828;
	line-height: 70px;
	padding: 0 20px;
	background: #FFFFFF;
}
.all_q{
	background: #FFFFFF;
	border-top: 1px #EEEEEE solid;
}
.all_q li{
	border-bottom: 1px #EEEEEE solid;
}
.all_q li .top{
	padding: 0 20px;
	font-size: 16px;
	color: #E92828;
	cursor: pointer;
	line-height: 60px;
}
.all_q li .top em{
	float: right;
	width: 17px;
	height: 60px;
	background: url(../images/j1.png) center no-repeat;
}
.all_q li .con{
	border-top: 1px #EEEEEE solid;
	padding: 30px 20px;
	display: none;
}
.all_q li .con dd{
	font-size: 14px;
	color: #666666;
	line-height: 34px;
}
.all_q li.on .top{
	background: #F5F5F5;
	color: #333;
}
.all_q li.on .top em{
	background-image: url(../images/j2.png);
}
.ser_1{
	background: #F5F5F5;
	padding-bottom: 50px;
}
.ser_tit{
	text-align: center;
	color: #E92828;
	font-size: 14px;
	line-height: 22px;
	padding: 53px 0 31px;
	text-transform: uppercase;
}
.ser_tit p{
	font-size: 26px;
	line-height: 38px;
	position: relative;
	padding-bottom: 17px;
}
.ser_tit p:before{
	content: '';
	width: 30px;
	height: 1px;
	background: #E92828;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
.ser_1 ul{
	width: 940px;
	margin: 0 auto;
}
.ser_1 ul li{
	float: left;
	width: 168px;
	text-align: center;
	margin: 0 10px;
}
.ser_1 ul li i{
	display: block;
	width: 96px;
	margin: 0 auto;
	height: 111px;
	overflow: hidden;
}
.ser_1 ul li p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding-top: 25px;
}
.ser_2 .pic{
	width: 450px;
	height: 395px;
	overflow: hidden;
	float: left;
}
.ser_2 ul{
	float: right;
	width: 715px;
	margin-top: 50px;
}
.ser_2 ul h3{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 34px;
}
.ser_2 ul p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.ser_2 ul li{
	padding-top: 20px;
}
.ser_3{
	background: #F5F5F5;
}
.photo_list li{
	float: left;
	padding: 10px;
	background: #FFFFFF;
	width: 365px;
	margin-right: 20px;
	margin-top: 20px;
}
.photo_list li a.box{
	display: block;
	width: 365px;
	height: 270px;
	overflow: hidden;
	position: relative;
}
.photo_list li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8) url(../images/fdj.png) center no-repeat;
	display: none;
}
.photo_list li p{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 34px;
	padding-top: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.photo_list li.nm{
	margin-right: 0;
}
.photo_list li:hover{
	margin-top: 10px;
}
.photo_list li:hover p{
	color: #E92828;
}
.con_1{
	background: #F5F5F5;
	padding-bottom: 45px;
}
.con_1 .fl{
	width: 370px;
}
.con_1 .fl .tit{
	font-size: 20px;
	color: #E92828;
	font-weight: bold;
	line-height: 40px;
}
.con_1 .fl li{
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	padding-left: 20px;
	background: left 10px no-repeat;
}
.con_1 .mid{
	float: left;
	width: 230px;
	margin: 10px 0 0 115px;
}
.con_1 .mid p{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.con_1 .map{
	float: right;
	margin-top: 10px;
	width: 465px;
	height: 260px;
}
.con_1 .linkbox{
	display: block;
	background: #FFFFFF;
	width: 380px;
	height: 75px;
	padding: 25px 20px 0 50px;
	margin: 56px auto 0;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.con_1 .linkbox p{
	padding-left: 52px;
	background: url(../images/ic22.jpg) left center no-repeat;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
}
.con_1 .linkbox p em{
	display: block;
}
.con_2{
	padding-bottom: 95px;
}
.con_2 form{
	width: 710px;
	margin: 0 auto;
}
.con_2 form .text,
.con_2 form textarea{
	width: 305px;
	height: 40px;
	border: 1px #EEEEEE solid;
	background: #f7f7f7;
	margin-top: 20px;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.con_2 form textarea{
	width: 668px;
	height: 335px;
}
.con_2 form .text:focus,
.con_2 form textarea:focus{
	border-color: #E92828;
}
.con_2 form .button{
	font-size: 18px;
	color: #FFFFFF;
	width: 260px;
	height: 40px;
	background: #E92828;
	display: block;
	margin: 40px auto 0;
}
.brand .w p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding-top: 40px;
	text-align: center;
}
.brand .w .pic{
	padding-top: 40px;
}
.intro_1{
	background: #f5f5f5;
	padding-bottom: 35px;
}
.intro_1 .w p{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-indent: 1em;
	padding-top: 28px;
}
.intro_2{
	height: 526px;
	background: url(../images/pic30.jpg) center no-repeat;
	padding-top: 44px;
}
.intro_2 .tit{
	float: left;
	width: 44px;
	margin-top: 16px;
}
.intro_2 ul{
	float: left;
	width: 538px;
	margin-left: 40px;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 16px;
}
.intro_2 ul span{
	float: left;
	width: 100px;
	padding-right: 0.5em;
	position: relative;
	font-weight: bold;
}
.intro_2 ul span:after{
	content: ':';
	position: absolute;
	right: 0;
	top: 0;
}
.intro_2 ul p{
	float: right;
	width: 420px;
}
.intro_3{
	height: 367px;
	padding-top: 113px;
	background: url(../images/bg2.jpg) center no-repeat;
}
.intro_3 .box .tit{
	float: left;
	width: 50px;
	margin-top: 7px;
}
.intro_3 .box ul{
	float: left;
	width: 500px;
	margin-left: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.intro_3 .box .pic{
	float: right;
	width: 590px;
	height: 240px;
	overflow: hidden;
	margin-top: 7px;
}
.intro_3 .slick{
	padding-bottom: 70px;
}
.intro_3 .slick .slick-dots{
	bottom: 0;
	height: 14px;
}
.intro_3 .slick .slick-dots li{
	vertical-align: top;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	background: #CCCCCC;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.intro_3 .slick .slick-dots li.slick-active{
	background: #000000;
}
.intro_4{
	padding-top: 65px;
	background: #F5F5F5;
}
.intro_4 .layout{
	background: url(../images/bg3.jpg) left bottom no-repeat;
	padding-bottom: 170px;
}
.intro_4 .tit{
	float: left;
	width: 44px;
	margin-top: 6px;
}
.intro_4 .w{
	float: right;
	line-height: 28px;
	font-size: 16px;
	color: #333333;
	width: 920px;
}
.intro_5{
	height: 300px;
	background: url(../images/bg4.jpg) center no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-family: "宋体";
	padding-top: 90px;
}
.intro_5 .tit{
	font-size: 24px;
	line-height: 32px;
}
.intro_5 .tit em{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}
.intro_5 h3{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 44px;
	padding-top: 27px;
}
.intro_5 a{
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	border: 1px #FFFFFF solid;
	width: 238px;
	line-height: 48px;
	margin: 35px auto 0;
}
.intro_5 a:hover{
	background: #000;
	border-color: #000000;
}
.video_list li p a{
	color: #666666;
}
.video_list li:hover p a{
	color: #E92828;
}
.video_list li i{
	background-image: url(../images/play.png);
}
.news_list li{
	float: left;
	width: 590px;
	background: #FFFFFF;
	height: 400px;
	overflow: hidden;
	margin: 20px 20px 0 0;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news_list li.nm{
	margin-right: 0;
}
.news_list li a{
	display: block;
}
.news_list li .w{
	float: left;
	width: 220px;
	margin-left: 30px;
	margin-top: 25px;
}
.news_list li h4{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news_list li h4 em{
	display: block;
}
.news_list li p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 30px;
}
.news_list li i{
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 23px;
	height: 72px;
	overflow: hidden;
}
.news_list li .lookmore{
	margin-top: 85px;
}
.news_list li .pic{
	float: right;
	width: 300px;
	height: 400px;
	overflow: hidden;
}
.news_list li:hover p{
	color: #E92828;
}
.news_list li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.news_det{
	float: left;
	width: 900px;
	margin-top: 20px;
}
.news_det .tit{
	background: #FFFFFF;
	padding: 30px;
	text-align: center;
}
.news_det .tit h3{
	font-size: 20px;
	color: #000000;
	line-height: 35px;
}
.news_det .tit p{
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}
.news_det .con{
	background: #FFFFFF;
	margin-top: 20px;
	padding: 0 30px 30px;
}
.news_det .con p{
	font-size: 14px;
	color: #444444;
	line-height: 30px;
	padding-top: 30px;
}
.news_det .con .pic{
	padding-top: 30px;
	text-align: center;
}
.news_det .con .pic img{
	width: auto;
	max-width: 100%;
}
.news_det2{
	float: right;
	width: 280px;
	margin-top: 20px;
}
.news_det2 .tit{
	font-size: 16px;
	color: #666666;
	background: #FFFFFF;
	line-height: 40px;
	padding: 0 20px;
}
.news_det2 ul{
	background: #FFFFFF;
	padding: 0 20px;
	margin-top: 20px;
}
.news_det2 ul li{
	border-bottom: 1px #EEEEEE solid;
	padding: 25px 0;
}
.news_det2 ul a{
	display: block;
}
.news_det2 ul h3{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_det2 ul span{
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #999999;
}
.news_det2 ul p{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.news_det2 ul li:last-child{
	border: none;
}
.news_det2 ul li a:hover h3{
	color: #E92828;
}
.honor_list li a.box{
	height: 520px;
}
